home *** CD-ROM | disk | FTP | other *** search
/ EROS 2 / EROS 2.iso / mac / EROS vol.2 / EROS vol.DXR / 00516.ls < prev    next >
Encoding:
Text File  |  1995-12-20  |  303 b   |  14 lines

  1. on exitFrame
  2.   global curSND, movPC
  3.   set movPC to 13
  4.   set curSND to "fict2.aif"
  5.   sound fadeIn 1, 120
  6.   puppetSound("fict2.aif")
  7.   setnavi()
  8.   set the cursor of sprite 4 to [50, 51]
  9.   set the cursor of sprite 5 to [50, 51]
  10.   set the cursor of sprite 7 to [50, 51]
  11.   puppetSprite(7, 1)
  12.   movPrep()
  13. end
  14.